home *** CD-ROM | disk | FTP | other *** search
- /*
- IC Popup Whats.h
-
- */
-
- #pragma once
-
- #ifndef __H_IC_Popup_Whats__
- #define __H_IC_Popup_Whats__
-
- #define pf_archie 0
- #define pf_archie_mask 0x0001
-
- extern Handle ask_filter_globals;
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- void InternalSetItem(MenuHandle mh,short item_num,StringPtr text);
- void SafeAppendMenu(MenuHandle mh,StringPtr text);
- void SafeInsertMenuItem(MenuHandle mh,short after,StringPtr text);
- void AdjustPopupMenu(DialogPtr dlg,short item);
- Boolean UsingName(Handle servers,StringPtr name);
- pascal Boolean AskServerFilter(DialogPtr dlog,EventRecord* event,short* item);
- Boolean AskOtherServer(Boolean archie_popup,Handle servers,StringPtr server);
- OSErr WhatClickPopup(WindowType wt,short item,EventRecord* er);
- OSErr WhatOpenPopup(WindowType wt,short item);
- OSErr WhatFlushPopup(WindowType wt,short item);
- OSErr WhatClosePopup(WindowType wt,short item);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif /* __H_IC_Popup_Whats__ */
-
-
-